home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Utilities / iGet2.0.3.dmg / iGet.app / Contents / Resources / com.fivespeed.registrationcodedialog.nib / classes.nib next >
Encoding:
Text File  |  2006-01-19  |  1.0 KB  |  29 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {doBuyNow = id; doCancel = id; doDone = id; }; 
  5.             CLASS = FSRegistrationCodeDialogController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 btnBuyNow = NSButton; 
  9.                 btnCancel = NSButton; 
  10.                 btnDone = NSButton; 
  11.                 imgIcon = NSImageView; 
  12.                 lblCode = NSTextField; 
  13.                 lblCodeExample = NSTextField; 
  14.                 lblName = NSTextField; 
  15.                 lblNameExample = NSTextField; 
  16.                 lblOrganization = NSTextField; 
  17.                 lblOrganizationExample = NSTextField; 
  18.                 txtCode = NSTextField; 
  19.                 txtDetails = NSTextField; 
  20.                 txtHeading = NSTextField; 
  21.                 txtName = NSTextField; 
  22.                 txtOrganization = NSTextField; 
  23.             }; 
  24.             SUPERCLASS = NSWindowController; 
  25.         }, 
  26.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  27.     ); 
  28.     IBVersion = 1; 
  29. }